Class yassl.listnode
All Packages This Package Previous Next
Class yassl.listnode
java.lang.Object
|
+----yassl.pnode
|
+----yassl.listnode
-
public class
listnode
-
extends pnode
This is a node that represents a list of statements.
-
listnode(pnode[])
-
-
eval(Env)
-
Evaluating a list node consists of evaluating every
statement in the list, and returning the value of
the last one, and creating a new environment before
eval'ling the new instructions.
listnode
public listnode(pnode plist[])
eval
public pnode eval(Env e) throws yasslError
-
Evaluating a list node consists of evaluating every
statement in the list, and returning the value of
the last one, and creating a new environment before
eval'ling the new instructions.
-
Overrides:
-
eval in class pnode
All Packages This Package Previous Next